Welcome![Sign In][Sign Up]
Location:
Search - http get

Search list

[Browser Clienthttpget1

Description: 演示连接web服务器并发送一个GET请求的小例子-A example demonstrates how to connect web service and send a GET request
Platform: | Size: 2048 | Author: 站长 | Hits:

[Web Serverhttpresp

Description: 演示响应浏览器的GET请求并发送结果的小例子-A example demonstrates how to connect web service and send a GET request
Platform: | Size: 2048 | Author: 站长 | Hits:

[OS program用于模拟GETPOST方法发送HTTP请求并取得数据

Description: 用于模拟GETPOST方法发送HTTP请求并取得数据.可能用于网络攻击-GETPOST simulation methods for sending HTTP request and obtain data. May be used in network attacks
Platform: | Size: 303104 | Author: | Hits:

[Proxy ServerGetHTTP_zx

Description: 直接向HTTP服务器发送HTTP GET指令,来获取服务器上的文件-directly to the HTTP server HTTP GET order to access files on the server
Platform: | Size: 13312 | Author: zx | Hits:

[Internet-NetworkHTTPGetPost

Description: This article presents a utility that lets you retrieve raw information from web servers using HTTP s GET and POST commands. 解压后其中一个是源文件,另一个是demo 阅读代码相关参考: http://www.rfc-editor.org/ http://www.codetools.com/index.html-This article presents a utility that lets y ou retrieve raw information from web servers us ing s HTTP GET and POST commands. unpacked which is a source document, another demo code reading relevant reference : http :// www.rfc-editor.org/ http :// www.codetools.com/index.html
Platform: | Size: 61440 | Author: 陈丽萍 | Hits:

[Proxy ServerAProxy

Description: 一个小巧的代理程序(编译后压缩大约5K),工作模式是单线程的,即异步模式, 工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP)-a compact agents (compiled compressed about 5K), the mode is the thread, that is asynchronous mode, in a port, based on an analysis of the requested data, while supporting three kinds of agents : 1. HTTP proxy (mode of support : GET, POST, CONNECT) 2, 3 Sock4 agent, Sock5 Agents (TCP, UDP)
Platform: | Size: 9216 | Author: zx | Hits:

[Internet-NetworkHTTPLib

Description: Http library for Palm, HTTP full implimentation include GET, POst, -Http library for Palm, HTTP GET include full implimentation, POst,
Platform: | Size: 19456 | Author: Sean | Hits:

[Browser ClientHS_HTTP_Client

Description: 本程序是用Sockets编写的HTTP客户程序实例,它具有三个基本的命令:GET、HEAD、POST,可以和我前一次发的HTTP服务器进行测试。-this procedure is used to prepare the HTTP Sockets clients example, It has three basic commands : GET, HEAD, POST, and before I could once when the HTTP server for testing.
Platform: | Size: 1784832 | Author: 侯爽 | Hits:

[TCP/IP stackWWWHttp

Description: 用C#实现的Http协议封装,可以使用UrlEncoded、Multi-Part form vars、XML这3种方式来POST和Get文本和文件,支持Proxy,支持各种编码,是良好的学习HTTP编程的例程-With C# Realize the Http protocol package, you can use UrlEncoded, Multi-Part form vars, XML that three kinds of ways to POST and Get text and documents to support Proxy, supports a variety of encoding, is a good learning HTTP Programming Example Cheng
Platform: | Size: 31744 | Author: YMF | Hits:

[Web ServerHTTP_GETFILE

Description: vc++开发的,可以从从WEB服务器通过HTTP协议下载文件源码-vc++ development, we can start from the WEB server to download files through the HTTP protocol source
Platform: | Size: 17408 | Author: liuxfu | Hits:

[Internet-Networkhttp

Description: HTTP客户端例子程序 用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。 主要功能: GET 网站上的页面、下载JPG文件等 POST 表单,包括上传文件。 分析部分常用的返回信息 主要用途: 实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。 主要函数都没有用MFC,可以轻松移植到嵌入式系统。-HTTP client example program using HTTP protocol and WEB site communications, and realize the basic GET/POST interactive news. Main functions: GET on the site page, download JPG files a form POST, including upload files. Analysis of some commonly used to return information on the main purposes: the practice of GET/POST interactive news, according to site specific changes to the content can be customized into a dedicated interface program. The main functions are not used MFC, can be easily ported to embedded systems.
Platform: | Size: 56320 | Author: | Hits:

[TCP/IP stackryeolhttpclient_src

Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient aim is to simplify WinInet
Platform: | Size: 74752 | Author: 严锐 | Hits:

[Internet-NetworkHTTPClient

Description: This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL). -This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL ) (note that this is not the same as the GPL).
Platform: | Size: 734208 | Author: Guo Quan | Hits:

[Internet-Networkhttp_get_in_c

Description: 使用纯C编写的http get请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http get request, can be used for testing HTTP server. Is a very applicable gadgets.
Platform: | Size: 7168 | Author: 魏汝垚 | Hits:

[Internet-Networkhttp-get-20081119

Description: Lightweight http get sample
Platform: | Size: 14336 | Author: kreia | Hits:

[JSP/JavaHTTP

Description: 简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
Platform: | Size: 8192 | Author: linchao | Hits:

[Delphi VCLHttpGetFile

Description: http get file command line util
Platform: | Size: 351232 | Author: Jay | Hits:

[Internet-Networkhttp

Description: 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Platform: | Size: 1024 | Author: danny | Hits:

[Internet-NetworkVC.GET.POST.HTTP.client.code.send.request

Description: VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
Platform: | Size: 37888 | Author: 67 | Hits:

[Internet-NetworkGetSample

Description: http get-http get
Platform: | Size: 1024 | Author: yushenshafo | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net